home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / asm_one / asm-onev1.25d.dms / in.adf / Release3.1 / LVO3.1.lha / LVO3.0 / potgo_lib.i < prev    next >
Encoding:
Text File  |  1993-03-07  |  201 b   |  14 lines

  1. ; ASM-One - potgo_lib.i
  2. ; (Release 3.0)
  3. ;
  4. ; by SCHWARZENEGGER/R.A.F
  5.  
  6. _LVOAllocPotBits    EQU    -6
  7. _LVOFreePotBits    EQU    -12
  8. _LVOWritePotgo    EQU    -18
  9.  
  10. CALLPOTGO    MACRO
  11.     move.l    _PotgoBase,a6
  12.     jsr    _LVO\1(a6)
  13.     ENDM
  14.